//******************************************************************************
//  _____                  _    _             __
// |  _  |                | |  | |           / _|
// | | | |_ __   ___ _ __ | |  | | __ _ _ __| |_ __ _ _ __ ___
// | | | | '_ \ / _ \ '_ \| |/\| |/ _` | '__|  _/ _` | '__/ _ \
// \ \_/ / |_) |  __/ | | \  /\  / (_| | |  | || (_| | | |  __/
//  \___/| .__/ \___|_| |_|\/  \/ \__,_|_|  |_| \__,_|_|  \___|
//       | |               We don't make the game you play.
//       |_|                 We make the game you play BETTER.
//
//            Website: http://openwarfaremod.com/
//******************************************************************************
* Author Tutorial >> =|SF|= Phoenix
* Date Completed >> 27-02-2010
//******************************************************************************

Thanks for downloading the Monkeybomb!

<< Step 1 >>

Copy all files that are located in the folder raw to your OpenWarfare Raw Folder.

<< Step 2 >>

Add the following lines to your mod.csv file that also is located in your OpenWarfare Raw Folder.

#Monkey Bomb
material,hud_icon_monkey
material,mtl_monkey_bomb_clothes
material,mtl_monkey_bomb_metal
material,mtl_monkey_bomb_fur
material,mtl_monkey_bomb_explosive

sound,monkey,,all_mp

xanim,viewmodel_zombie_monkeybomb_throw
xanim,viewmodel_zombie_monkeybomb_idle
xanim,viewmodel_zombie_monkeybomb_pullpin

xmodel,monkey_bomb_waw
xmodel,weapon_monkey_bomb


<< Step 3 >>

Compile a new mod.ff and a new .iwd with the makeMod tool located in your OpenWarfare Raw Folder.

<< Finished >>